DataCollection | ComponentOne
C1.DataCollection.EntityFrameworkCore Assembly / C1.DataCollection.EntityFrameworkCore Namespace / C1EntityFrameworkCoreCursorDataCollection<T> Class / HasMoreItems Property

In This Topic
    HasMoreItems Property (C1EntityFrameworkCoreCursorDataCollection<T>)
    In This Topic
    Gets a value that indicates whether more items can be loaded.
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Property HasMoreItems As Boolean
    public virtual bool HasMoreItems {get;}
    See Also